home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / TOOLS / MGIF / EXAMPLES / README
Text File  |  1998-03-14  |  2KB  |  54 lines

  1. Here are some examples showing off the MGIF image manipulation functions.
  2. Most of the files were prepared by Eero Tamminen (see manual).
  3.  
  4. These pictures should really be in an ST-Guide manual supplement, but
  5. that's for a later release of MGIFv5.
  6.  
  7. Pictures/
  8.   Original images for the examples below.
  9. Logo/
  10.   How to make you own MGIF logo:
  11.   - text explanation
  12.   - final GIF
  13.   - POV script for nice effects
  14.   - example output using the POV script
  15. Functions/
  16.   Examples of the functions:
  17.   - Rotate (44 degrees)
  18.   - Histogram equalization
  19.   - Inversion (no offset)
  20.   - Log scaling
  21.   - Threshold (at 128)
  22.   - Contrast expansion (from 128)
  23.   - Brightening (by 16)
  24.   - Darkening (by 16)
  25.   - Blur (size 3) (Median didn't change the image noticebly)
  26.   - Lmax (size 3)
  27.   - Lmin (size 3)
  28.   - Oil (7, 64) (first Lmax 3 as otherwise it became too dark)
  29.   - Pixelize (size 5)
  30. Convolut/
  31.   Examples of some convolution matrix applications:
  32.   - Dirs image contains examples of all the directions using Kirsch.
  33.   - Directional matrixes (NE direction):
  34.     - Shift difference
  35.     - Gradient direction
  36.     - Smoothing
  37.     - Kirsch
  38.     - Sobel
  39.     - Line
  40.   - Bias (64) with the Kirsch matrix.
  41.   - Symmetrical matrixes:
  42.     - Low pass 2
  43.     - High pass 2
  44.     - Laplace 2
  45. Combine/
  46.   A pair of image combination examples.
  47.   - Intheart: Intel outside image (1/4) overlaid on a heart (3/4)
  48.     with an addition of laplace 2.
  49.   - Guardian: Combined images with Kirch added on different
  50.     accuracies for larger and smoother emboss effect.
  51.     (((scale 1/4, Kirch, scale 4, blur) ||
  52.       (scale 1/2, Kirch, scale 2)) ||
  53.      (Kirch))
  54.